Einhugur OpenDocument Text Plugin for Xojo

Paragraph.Items Method

Returns ParagraphItemIterator for the items in the paragraph. This function is for using with for each statements.

Items() as EinhugurODT.ParagraphItemIterator

Parameters

Returns

EinhugurODT.ParagraphItemIterator

Remarks

Usage:


for each it as ParagraphItem in pg.Items
    // Your code here
next



Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Paragraph Class